saveWorkbooksToPDF(String,List<IWorkbook>) Method
In This Topic
Saves the datas from different workbooks to the specified pdf file.
Syntax
public void saveWorkbooksToPDF(
java.lang.String ,
java.util.List<IWorkbook>
)
|
Parameters
- fileName
- The specified pdf file.
- workbooks
- The workbook collection.
See Also